home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / fsstat / ClientsCurrent < prev    next >
Encoding:
Text File  |  1988-12-06  |  243 b   |  9 lines

  1. #!/bin/csh -f
  2. set fileList = ()
  3. foreach host (paprika murder fenugreek thyme sage mace)
  4.     if (-e /sprite/admin/fsstats/$host/last) then
  5.     set fileList = ($fileList  /sprite/admin/fsstats/$host/last)
  6.     endif
  7. end
  8. awk -f fsstats.awk $fileList
  9.